add SSH feature coverage for the OpenSSH update - #684
Open
LucienLassalle wants to merge 1 commit into
Open
Conversation
LucienLassalle
force-pushed
the
lle-openssh9.9p1
branch
from
August 26, 2026 17:00
312a3f5 to
4132b7a
Compare
8 tasks
LucienLassalle
force-pushed
the
lle-openssh9.9p1
branch
2 times, most recently
from
August 26, 2026 17:21
faa635a to
8c2e419
Compare
LucienLassalle
marked this pull request as ready for review
August 27, 2026 12:38
glehmann
reviewed
Aug 28, 2026
Add regression/feature tests for the new OpenSSH package (post-quantum KEX, FIDO/security-key support, scp/sftp behavior, ssh_config.d inclusion) - test_ssh_config_include.py: extends the sshd_config.d include regression test with the client-side ssh_config.d equivalent. - test_ssh_algorithms.py: hardcoded, exhaustive coverage of the KEX/cipher/MAC/host-key algorithms the package supports, so any future change to that list has to be a conscious update of this file. - test_ssh_post_quantum.py: checks the hybrid post-quantum KEX is negotiated by default. - test_ssh_fido.py: checks FIDO/security-key (sk-*) support is advertised and wired in. - test_ssh_file_transfer.py: checks scp (SFTP and legacy protocols) and sftp file transfers. Signed-off-by: Lucas RAVAGNIER <lucas.ravagnier@vates.tech>
LucienLassalle
force-pushed
the
lle-openssh9.9p1
branch
from
August 28, 2026 15:33
8c2e419 to
238fbe6
Compare
stormi
self-requested a review
August 31, 2026 08:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add regression/feature tests for the new OpenSSH package (post-quantum KEX, FIDO/security-key support, scp/sftp behavior, ssh_config.d inclusion)
Note: Claude Sonnet 5 helped me write the tests.